Constructs a new ILeadStream using the specified buffer as storage.
public static Leadtools.ILeadStream Create(
byte[] buffer,
ulong offset
)
Public Overloads Shared Function Create( _
ByVal buffer() As Byte, _
ByVal offset As ULong _
) As Leadtools.ILeadStream
public static Leadtools.ILeadStream Create(
byte[] buffer,
ulong offset
)
function Leadtools.LeadStreamFactory.Create(Byte[],UInt64)(
buffer ,
offset
)
public:
static Leadtools.ILeadStream^ Create(
array<byte>^ buffer,
ulong offset
)
buffer
A byte array that will be used as storage for the new LeadStream object.
offset
The offset in buffer that will be used as the origin of the new LeadStream object.
The lead stream object.
The returned ILeadStream can be be disposed by casting it as IDisposable and use the Dispose method.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET